Class WorldGenEntry

java.lang.Object
jeresources.entry.WorldGenEntry

public class WorldGenEntry extends Object
  • Constructor Details

    • WorldGenEntry

      public WorldGenEntry(net.minecraft.world.item.ItemStack block, DistributionBase distribution, Restriction restriction, boolean silktouch, LootDrop... drops)
    • WorldGenEntry

      public WorldGenEntry(net.minecraft.world.item.ItemStack block, DistributionBase distribution, LootDrop... drops)
    • WorldGenEntry

      public WorldGenEntry(net.minecraft.world.item.ItemStack block, DistributionBase distribution, boolean silktouch, LootDrop... drops)
    • WorldGenEntry

      public WorldGenEntry(net.minecraft.world.item.ItemStack block, DistributionBase distribution, Restriction restriction, LootDrop... drops)
  • Method Details

    • addDrops

      public void addDrops(LootDrop... drops)
    • addDrops

      public void addDrops(Collection<LootDrop> drops)
    • getChances

      public float[] getChances()
    • getMinY

      public int getMinY()
    • getMaxY

      public int getMaxY()
    • isSilkTouchNeeded

      public boolean isSilkTouchNeeded()
    • getColour

      public int getColour()
    • getDrops

      public List<net.minecraft.world.item.ItemStack> getDrops()
    • getBlockAndDrops

      public List<net.minecraft.world.item.ItemStack> getBlockAndDrops()
    • getBlock

      public net.minecraft.world.item.ItemStack getBlock()
    • getBiomeRestrictions

      public List<String> getBiomeRestrictions()
    • getDimension

      public String getDimension()
    • getLootDrops

      public List<LootDrop> getLootDrops(net.minecraft.world.item.ItemStack itemStack)
    • getAverageBlockCountPerChunk

      public float getAverageBlockCountPerChunk()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRestriction

      public Restriction getRestriction()
    • merge

      public void merge(WorldGenEntry entry)